mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
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 ]);
|
||||
|
||||
buildInputs = [ pythonEnv gtk3 libwnck3 ];
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
installPhase = ''
|
||||
@ -48,6 +47,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.agpl3;
|
||||
homepage = https://github.com/mrichar1/clipster;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [maintainers.magnetophon];
|
||||
maintainers = [ maintainers.magnetophon ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user