mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
parent
cf7227a562
commit
750fae6539
1 changed files with 1 additions and 0 deletions
|
@ -2526,6 +2526,7 @@ let
|
|||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libX11 xproto ];
|
||||
meta.platforms = stdenv.lib.platforms.unix;
|
||||
meta.license = stdenv.lib.licenses.mit;
|
||||
}) // {inherit libX11 xproto ;};
|
||||
|
||||
xmag = (mkDerivation "xmag" {
|
||||
|
|
Loading…
Reference in a new issue