Small cosmetic change

This commit is contained in:
ndowens
2017-04-01 10:16:51 -05:00
committed by GitHub
parent 88458c8697
commit 03aff3d22f
-1
View File
@@ -14,7 +14,6 @@ stdenv.mkDerivation rec {
pythonEnv = python3.withPackages(ps: with ps; [ pygobject3 ]); pythonEnv = python3.withPackages(ps: with ps; [ pygobject3 ]);
buildInputs = [ pythonEnv gtk3 libwnck3 ]; buildInputs = [ pythonEnv gtk3 libwnck3 ];
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];
installPhase = '' installPhase = ''