Skip to content

Commit 8c84f67

Browse files
Merge pull request #296 from vcunat/xorg-removal
drop xorg
2 parents 0fc3804 + 1eb86f9 commit 8c84f67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/listings.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ use crate::workset::{WorkSet, WorkSetHandle, WorkSetWatch};
2323
//
2424
// We only need sets that are not marked "recurseIntoAttrs" here, since if they are,
2525
// they are already part of normal_paths.
26-
pub const EXTRA_SCOPES: [&str; 6] = [
27-
"xorg",
26+
pub const EXTRA_SCOPES: [&str; 5] = [
2827
"haskellPackages",
2928
"rPackages",
3029
"nodePackages",

0 commit comments

Comments
 (0)