mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
pngquant: set meta.mainProgram
This commit is contained in:
parent
086fa76f16
commit
bb96340e6b
|
@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
|
|||
changelog = "https://github.com/kornelski/pngquant/raw/${version}/CHANGELOG";
|
||||
platforms = platforms.unix;
|
||||
license = with licenses; [ gpl3Plus hpnd bsd2 ];
|
||||
mainProgram = "pngquant";
|
||||
maintainers = [ maintainers.srapenne ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue