Remove debug line

This commit is contained in:
Eelco Dolstra 2017-12-25 14:53:15 +01:00
parent aa43cbb764
commit 4801420893
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ let
configureFlags = "--enable-gc";
postUnpack = ''
ls -la source
(cd source && find . -type f) | cut -c3- > source/.dist-files
cat source/.dist-files
'';