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}:
|
{fetchFromGitHub, stdenv, gtk3, pythonPackages, gobject-introspection}:
|
||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
name = "solaar-unstable-${version}";
|
pname = "solaar-unstable";
|
||||||
version = "2019-01-30";
|
version = "2019-01-30";
|
||||||
namePrefix = "";
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pwr";
|
owner = "pwr";
|
||||||
repo = "Solaar";
|
repo = "Solaar";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user