forked from mirrors/nixpkgs
Merge pull request #200092 from MatthieuBarthel/master
This commit is contained in:
commit
a6fb0c5c78
|
@ -12,6 +12,7 @@
|
|||
, makeDesktopItem
|
||||
, mesa
|
||||
, pkg-config
|
||||
, stdenv
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
|
@ -66,5 +67,6 @@ buildGoModule rec {
|
|||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ MatthieuBarthel ];
|
||||
homepage = "https://gitlab.com/imatt-foss/clipqr";
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue