3
0
Fork 0
forked from mirrors/nixpkgs

mypaint: format with nixpkgs-fmt

addendum
This commit is contained in:
Jan Tojnar 2019-11-28 14:33:52 +01:00
parent 80051c2247
commit 482ec0c127
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -55,7 +55,7 @@ in stdenv.mkDerivation {
];
postInstall = ''
sed -i -e 's|/usr/bin/env python2.7|${python}/bin/python|' $out/bin/mypaint
sed -i -e 's|/usr/bin/env python2.7|${python2}/bin/python|' $out/bin/mypaint
'';
preFixup = ''