Add source provenance to librepods package definition
Build and populate cache / tests (chiasson, nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-25.05.tar.gz, chiasson) (push) Successful in 1m55s
Build and populate cache / tests (chiasson, nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-unstable.tar.gz, chiasson) (push) Successful in 1m50s
Build and populate cache / tests (chiasson, nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixpkgs-unstable.tar.gz, chiasson) (push) Successful in 1m43s
Build and populate cache / tests (chiasson, nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-25.05.tar.gz, chiasson) (push) Successful in 1m55s
Build and populate cache / tests (chiasson, nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-unstable.tar.gz, chiasson) (push) Successful in 1m50s
Build and populate cache / tests (chiasson, nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixpkgs-unstable.tar.gz, chiasson) (push) Successful in 1m43s
This commit is contained in:
@@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "AirPods liberated from Apple's ecosystem (LibrePods Linux app)";
|
description = "AirPods liberated from Apple's ecosystem (LibrePods Linux app)";
|
||||||
homepage = "https://github.com/kavishdevar/librepods";
|
homepage = "https://github.com/kavishdevar/librepods";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
|
sourceProvenance = with lib.sourceTypes; [ fromSource ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
mainProgram = "librepods";
|
mainProgram = "librepods";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user