ciscoPacketTracer{7,8}: disown (#342352)
This commit is contained in:
commit
5436a94e65
@ -84,7 +84,7 @@ in stdenv.mkDerivation {
|
||||
homepage = "https://www.netacad.com/courses/packet-tracer";
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [ lucasew ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
@ -106,7 +106,7 @@ stdenvNoCC.mkDerivation (args: {
|
||||
homepage = "https://www.netacad.com/courses/packet-tracer";
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [ lucasew ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
mainProgram = "packettracer8";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user