1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 22:20:51 +00:00

axoloti: fix evaluation

This commit is contained in:
Jörg Thalheim 2017-10-04 11:15:09 -05:00
parent f9991c9094
commit fe496eacc8

View file

@ -96,6 +96,6 @@ stdenv.mkDerivation rec {
<literal>SUBSYSTEM=="usb", ATTR{idVendor}=="16c0", ATTR{idProduct}=="0442", OWNER="someuser", GROUP="somegroup"</literal>
'';
license = licenses.gpl3;
maintainers = with lib.maintainers; [ TealG ];
maintainers = with maintainers; [ TealG ];
};
}