mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
solaar: Modernizes build
Drops unused namePrefix, uses pname/version.
This commit is contained in:
parent
ccc8ec874d
commit
1cfdbe9940
@ -1,8 +1,8 @@
|
||||
{fetchFromGitHub, stdenv, gtk3, pythonPackages, gobject-introspection}:
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
name = "solaar-unstable-${version}";
|
||||
pname = "solaar-unstable";
|
||||
version = "2019-01-30";
|
||||
namePrefix = "";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pwr";
|
||||
repo = "Solaar";
|
||||
|
Loading…
Reference in New Issue
Block a user