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:
parent
f9991c9094
commit
fe496eacc8
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue