Small cosmetic change
This commit is contained in:
parent
88458c8697
commit
03aff3d22f
@ -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 = ''
|
||||||
@ -48,6 +47,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.agpl3;
|
license = licenses.agpl3;
|
||||||
homepage = https://github.com/mrichar1/clipster;
|
homepage = https://github.com/mrichar1/clipster;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [maintainers.magnetophon];
|
maintainers = [ maintainers.magnetophon ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user