tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
urh: platforms to linux only due to qt5 issue on Darwin
Luke Adams
8 years ago
4bc189db
9be55b0d
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
urh
default.nix
+1
-1
pkgs/applications/misc/urh/default.nix
···
22
inherit (src.meta) homepage;
23
description = "Universal Radio Hacker: investigate wireless protocols like a boss";
24
license = licenses.asl20;
25
-
platforms = platforms.all;
26
maintainers = with maintainers; [ fpletz ];
27
};
28
}
···
22
inherit (src.meta) homepage;
23
description = "Universal Radio Hacker: investigate wireless protocols like a boss";
24
license = licenses.asl20;
25
+
platforms = platforms.linux;
26
maintainers = with maintainers; [ fpletz ];
27
};
28
}