3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #200092 from MatthieuBarthel/master

This commit is contained in:
Martin Weinelt 2022-11-07 23:17:17 +01:00 committed by GitHub
commit a6fb0c5c78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};
}